arm: config: Introduce CONFIG_SYS_ARM_ARCH
authorMarek Vasut <[email protected]>
Thu, 26 May 2016 16:01:36 +0000 (18:01 +0200)
committerTom Rini <[email protected]>
Fri, 3 Jun 2016 01:21:43 +0000 (21:21 -0400)
commit66020a67c18ff78e1ca25d9ffeebab0b91d064a7
tree06e4278603e9a6a6f4777d938effcd203d71d58c
parente68df9994eaa6bdb81d9dac11a0c0b799416c91e
arm: config: Introduce CONFIG_SYS_ARM_ARCH

Introduce new helper Kconfig option, which is automatically set to
the version of ARM architecture for which the U-Boot is built. This
is useful when selecting tuning options in the libgcc imported from
Linux kernel.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/Kconfig